object frm_PasswordBox: Tfrm_PasswordBox Left = 221 Top = 244 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'frm_PasswordBox' ClientHeight = 95 ClientWidth = 354 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object lbl_Text: TLabel Left = 16 Top = 11 Width = 37 Height = 13 Caption = 'lbl_Text' end object cmd_Cancel: TButton Left = 256 Top = 62 Width = 80 Height = 25 Caption = 'cmd_Cancel' ModalResult = 2 TabOrder = 2 end object cmd_Ok: TButton Left = 168 Top = 62 Width = 80 Height = 25 Caption = 'cmd_Ok' Default = True ModalResult = 1 TabOrder = 1 end object txt_Value: TEdit Left = 16 Top = 28 Width = 321 Height = 20 PasswordChar = '*' TabOrder = 0 end end